isEdgeTouched
Check if any of the edges specified were initially touched in the currently active gesture. If there is no currently active gesture this method will return false.
Return
true if any of the edges specified were initially touched in the current gesture
Parameters
Edges to check for an initial edge touch. See EDGE_LEFT, EDGE_TOP, EDGE_RIGHT, EDGE_BOTTOM and EDGE_ALL
Check if any of the edges specified were initially touched by the pointer with the specified ID. If there is no currently active gesture or if there is no pointer with the given ID currently down this method will return false.
Return
true if any of the edges specified were initially touched in the current gesture
Parameters
Edges to check for an initial edge touch. See EDGE_LEFT, EDGE_TOP, EDGE_RIGHT, EDGE_BOTTOM and EDGE_ALL
The pointer that will be checked; returns false if there is no such pointer